home *** CD-ROM | disk | FTP | other *** search
/ Mastering Computers 3 / Mastering Computers Vol 3.iso / Win95 / Fun&Utils / GLFONT.EXE / GLOS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-16  |  254 b   |  12 lines

  1. // GLOS.H
  2. //
  3. // This is an OS specific header file
  4.  
  5. #include <windows.h>
  6.  
  7. // disable data conversion warnings
  8.  
  9. #pragma warning(disable : 4244)     // MIPS
  10. #pragma warning(disable : 4136)     // X86
  11. #pragma warning(disable : 4051)     // ALPHA
  12.